libxc: NetBSD: implement xc_evtchn_bind_unbound_port.
authorIan Campbell <ian.campbell@citrix.com>
Thu, 2 Dec 2010 12:33:01 +0000 (12:33 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 2 Dec 2010 12:33:01 +0000 (12:33 +0000)
commit77fcd869a7beb55857198b8d6cbffe63b33cac20
treed287bebfcf6c4875211b535388359028fe1cba91
parentdf402317ce830040efd089ac6a36f30a075d939d
libxc: NetBSD: implement xc_evtchn_bind_unbound_port.

Doesn't actually appear to be used anywhere but is defined for other
OSes.

The NetBSD evtchn.h contains comments "Return allocated port" for
several ioctls which currently return the allocated port as a member
of the argument structure and not as the ioctl return value (I think
this is a cut and paste error).

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Christoph Egger <Christoph.Egger@amd.com>
committer: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
tools/include/xen-sys/NetBSD/evtchn.h
tools/libxc/xc_netbsd.c